home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / ignition.exe / {app} / Ignition.exe / 0 / RCDATA / TABOUTDLG / TABOUTDLG.txt < prev   
Text File  |  2005-01-07  |  3KB  |  154 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 259
  3.   Top = 238
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About '
  7.   ClientHeight = 284
  8.   ClientWidth = 389
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 388
  24.     Height = 96
  25.     AutoSize = True
  26.     Picture.Data = {<image001.TJvGIFImage>}
  27.   end
  28.   object all_grp: TGroupBox
  29.     Left = 1
  30.     Top = 97
  31.     Width = 384
  32.     Height = 184
  33.     TabOrder = 0
  34.     object Application_grp: TGroupBox
  35.       Left = 5
  36.       Top = 12
  37.       Width = 249
  38.       Height = 53
  39.       Caption = 'Application'
  40.       TabOrder = 0
  41.       object appname_lbl: TLabel
  42.         Left = 8
  43.         Top = 16
  44.         Width = 87
  45.         Height = 13
  46.         Caption = 'Application name :'
  47.       end
  48.       object version_lbl: TLabel
  49.         Left = 8
  50.         Top = 32
  51.         Width = 41
  52.         Height = 13
  53.         Caption = 'Version :'
  54.       end
  55.     end
  56.     object registration_grp: TGroupBox
  57.       Left = 6
  58.       Top = 71
  59.       Width = 249
  60.       Height = 105
  61.       Caption = 'Registration'
  62.       TabOrder = 1
  63.       object Reqreg_lbl: TLabel
  64.         Left = 8
  65.         Top = 16
  66.         Width = 102
  67.         Height = 13
  68.         Caption = 'Requires registration :'
  69.       end
  70.       object reg_lbl: TLabel
  71.         Left = 8
  72.         Top = 32
  73.         Width = 69
  74.         Height = 13
  75.         Caption = 'Registered to :'
  76.       end
  77.       object lic_btn: TButton
  78.         Left = 8
  79.         Top = 47
  80.         Width = 233
  81.         Height = 24
  82.         Caption = 'Enter Licence Data'
  83.         TabOrder = 0
  84.         OnClick = lic_btnClick
  85.       end
  86.       object reg_btn: TButton
  87.         Left = 8
  88.         Top = 76
  89.         Width = 233
  90.         Height = 24
  91.         Caption = 'Register / Donate [learn more]'
  92.         TabOrder = 1
  93.         OnClick = reg_btnClick
  94.       end
  95.     end
  96.     object kcsoft_grp: TGroupBox
  97.       Left = 260
  98.       Top = 12
  99.       Width = 113
  100.       Height = 117
  101.       Caption = 'KC Softwares'
  102.       TabOrder = 2
  103.       object email_btn: TButton
  104.         Left = 8
  105.         Top = 16
  106.         Width = 97
  107.         Height = 28
  108.         Caption = 'Email'
  109.         TabOrder = 0
  110.         OnClick = email_btnClick
  111.       end
  112.       object web_btn: TButton
  113.         Left = 8
  114.         Top = 48
  115.         Width = 97
  116.         Height = 28
  117.         Caption = 'Web Site'
  118.         TabOrder = 1
  119.         OnClick = web_btnClick
  120.       end
  121.       object forum_btn: TButton
  122.         Left = 8
  123.         Top = 80
  124.         Width = 97
  125.         Height = 28
  126.         Caption = 'Forums'
  127.         TabOrder = 2
  128.         OnClick = forum_btnClick
  129.       end
  130.     end
  131.     object ok_btn: TButton
  132.       Left = 274
  133.       Top = 139
  134.       Width = 81
  135.       Height = 33
  136.       Caption = 'Ok'
  137.       ModalResult = 1
  138.       TabOrder = 3
  139.     end
  140.   end
  141.   object TS_about: TTextStorage
  142.     Items.Strings = (
  143.       'About'
  144.       'Application Name :'
  145.       'Version :'
  146.       'Author(s) :'
  147.       'Requires Registration :'
  148.       'Yes'
  149.       'No'
  150.       'Registered to :')
  151.     Top = 64
  152.   end
  153. end
  154.